docs: remove nonexistent MSALApp from rc1 notes#3146
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughDocumentation in the v3 features notes has been updated to revise the description of the Azure/Entra extra. The change modifies how the extra's dependencies are described, shifting from mentioning both EntraOBOToken and MSALApp dependencies to focusing on EntraOBOToken as the mechanism for handling On-Behalf-Of token exchange declaratively. The update clarifies the dependency surface by removing explicit mention of MSALApp from the documentation. No code changes are included in this pull request. ✨ Finishing touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The RC1 notes referenced
MSALAppas a dependency alongsideEntraOBOToken, butMSALAppwas never implemented — onlyEntraOBOTokenexists insrc/fastmcp/server/auth/providers/azure.py. Removes the dangling reference.